home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / prompts1.arc / PROMPTS.DOC < prev    next >
Text File  |  1991-02-20  |  2KB  |  38 lines

  1.  
  2. The prompts.exe program displays the current path in the upper right corner of
  3. your current screen.  I have always found that displaying the path by using
  4. the DOS Prompt command to be annoying, (any psychology student out there want
  5. to probe that one?), and wrote this program to fulfil the needs of my superior
  6. (who likes the full path display using the prompt command) while removing my
  7. own personal tastes against using the prompt command.  I install prompts by
  8. placing the following two commands in my autoexec.bat file:
  9.  
  10.     prompts >nul        [Throws away signon message]
  11.         prompt $g           [REDUCES dos prompt to  just a > symbol]
  12.  
  13. Of course, prompts.exe must be in the current directory or in the path state-
  14. ment. (Memory usage for TSR is 1536 bytes.)
  15.  
  16. When the current drive is a floppy (Drive A: or B:), I have reduced the number
  17. of times the screen is refreshed because of the annoying dos call that accesses
  18. the drive to find out the current path.  When the drive is not A: or B:, the
  19. screen refreshes normally (about once a second, for diskette drives, about
  20. every ten seconds.)
  21.  
  22. The path is not displayed when running a program, except some TSR's-like
  23. SideKick-path is displayed while the TSR is in the foreground. An unexpected,
  24. but desirable (undocumented?) feature.
  25.  
  26. Note that you can see what is underneath the path by holding down both shift
  27. keys at the same time.
  28.  
  29. Feel free to distribute the program, with this document, without charge (except
  30. for the media.)
  31.  
  32. Direct any comments, thousand dollar bills, etc. to:
  33.  
  34. Daniel K. Hollis
  35.  
  36. CS: 73026.3013
  37.  
  38.